Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <footer> tag


The <footer> HTML part shows a footer for its nearest sectioned content or main area. A <footer> usually has details about who wrote the section, copyright info or links to more related papers.
The <footer> tag sets a footer for a document or part of it.


HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<figure>
<img src="LevoricLearn-image.jpg" alt="Description of the image">
<figcaption>This is the caption for the image.</figcaption>
<figure>
<footer>
<section id="about">
<h2>About Us</h1>
<p>We are a company dedicated to providing...</p>
<section>
</footer>
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


Example-image-levoriclearn-logo-btag-a





Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<footer> Yes Yes Yes Yes Yes